crypto/tls.Conn.cipherSuite (field)

13 uses

	crypto/tls (current package)
		conn.go#L52: 	cipherSuite      uint16
		conn.go#L1334: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		conn.go#L1590: 			c.quicSetReadSecret(QUICEncryptionLevelApplication, c.cipherSuite, c.in.trafficSecret)
		conn.go#L1631: 	state.CipherSuite = c.cipherSuite
		handshake_client.go#L638: 	hs.c.cipherSuite = hs.suite.id
		handshake_client_tls13.go#L219: 	c.cipherSuite = hs.suite.id
		handshake_client_tls13.go#L602: 		if hs.session.cipherSuite != c.cipherSuite {
		handshake_client_tls13.go#L889: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		handshake_server.go#L373: 	c.cipherSuite = hs.suite.id
		handshake_server.go#L522: 	c.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L178: 	c.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L869: 	suite := cipherSuiteTLS13ByID(c.cipherSuite)
		ticket.go#L296: 		cipherSuite:       c.cipherSuite,